home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / disk / misc / diskimage.lha / DOSDrivers / ICD0 < prev    next >
Text File  |  2002-03-13  |  2KB  |  39 lines

  1. /***************************************************************/
  2. /*  CacheCDFS mountlist entry © 2000 Amiga Inc.                */
  3. /*  suitable for mounting ISO images with diskimage.device     */
  4. /***************************************************************/
  5.        FileSystem     = L:CacheCDFS /* The name of the game */
  6.        Device         = "diskimage.device" /* Name of exec device driver */
  7.        Unit           = 4 /* exec device unit */
  8.        Flags          = 0 /* OpenDevice flags */
  9.        BlocksPerTrack = 351000 /* Unused */
  10.        BlockSize      = 2048 /* True, but unused */
  11.        Mask           = 0x7ffffffe /* Memory mask for direct read */
  12.        MaxTransfer    = 0x1000000 /* Maximum amount of bytes for direct read */
  13.        Reserved       = 0 /* Unused */
  14.        Interleave     = 0 /* Unused */
  15.        LowCyl         = 0 /* Unused */
  16.        HighCyl        = 0 /* Unused */
  17.        Surfaces       = 1 /* Unused */
  18.        Buffers        = 64 /* Number of cache lines */
  19.        BufMemType     = 1 /* MEMF_PUBLIC */
  20.        BootPri        = 2 /* Boot priority for MountCD */
  21.        GlobVec        = -1 /* Do not change! */
  22.        Mount          = 1 /* Mount it immediately */
  23.        Priority       = 10 /* Priority of FileSystem task */
  24.        DosType        = 0x43443031 /* Currently unused */
  25.        StackSize      = 3000 /* Minimum stack required is 3000! */
  26.        Control        = "MD=1 LC=2 DC=16 S L LV AL LFC=1 HR=.rsrc AUDIO=Utilities/PlayCD"
  27.    /* The Control field is for special adjustments */
  28.    /* L/S convert all file/volume names to lowercase */
  29.    /* LV/S convert volume names to lowercase */
  30.    /* AL/S Auto-Lower converts only non-Amiga CDs */
  31.    /* LFC/N start converting at this character */
  32.    /* LC/N/A number of blocks per cache line */
  33.    /* DC/N/A number of cache lines for the data cache */
  34.    /* MD/N/A number of blocks, when starting direct read, not using */
  35.    /* the cache. 0 will be a reasonable default (LC*DC+1) */
  36.    /* S/S Do SCSI direct commands, no Trackdisk like commands! */
  37.    /* NC/S Do NOT use TD_ADDCHANGEINT, poll for DiskChange! */
  38.    /* M/S Issue a TD_MOTOR (OFF) command after read */
  39.